ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoGeometryCollection Class / GeoGeometryCollection Constructor
Collection of geospatial shapes

In This Topic
    GeoGeometryCollection Constructor
    In This Topic
    Initializes a new instance of the GeoGeometryCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal shapes As IEnumerable(Of GeoShape) _
    )
    public GeoGeometryCollection( 
       IEnumerable<GeoShape> shapes
    )

    Parameters

    shapes
    Collection of geospatial shapes
    See Also